home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / HyperTalk / AppleTalk Toolkit v.2.5 / MISC / UserStartup < prev    next >
Encoding:
Text File  |  1988-01-25  |  1.6 KB  |  59 lines  |  [TEXT/MPS ]

  1. #    UserStartup - MPW Shell UserStartup File
  2. #
  3. #    Copyright Apple Computer, Inc. 1985-1987
  4. #    All Rights Reserved.
  5.  
  6. #    This file (UserStartup) is executed from the Startup file, and can be used
  7. #    to override definitions made in Startup, or to define additional variables,
  8. #    exports, and aliases.  UserStartup may also be used to define menu items,
  9. #    open windows, etc.    The file should be located in the directory containing
  10. #    the MPW Shell.
  11.  
  12. #    Init MacApp:
  13.  
  14. #    Set MacApp "{MPW}MacApp:"
  15. #    Export MacApp
  16. #    Execute "{MacApp}MacAppStartUp"
  17.  
  18. #    Create the Directory menu
  19.  
  20. #    The parameters to DirectoryMenu become the initial list of directories
  21. #    in the Directory menu.  The parameters below specify each of the 
  22. #    Examples directories, and the current directory.  Replace them with
  23. #    your favorite directories.
  24.  
  25. #    DirectoryMenu `Directory` `(Files -d -f "{MacApp}MacApp Samples"≈) ≥ Dev:Null` `(Files -d -f "{MPW}"≈Examples≈) ≥ Dev:Null`
  26. #    DirectoryMenu `Directory`  `(Files -d -f "{MPW}") ≥ Dev:Null`
  27.  
  28.  
  29. #    Create the Build Menu
  30.  
  31. #    BuildMenu
  32.  
  33. #    {hp} - Directory that contains HyperAppleTalk files.
  34.             Set hp "{MPW}HyperAppleTalk:"
  35.             Export hp
  36.  
  37. #    {atp} - Directory that contains HyperAppleTalk files.
  38.             Set ATP "{MPW}HyperAppleTalk:ATP:"
  39.             Export ATP
  40.  
  41. #    {nbp} - Directory that contains HyperAppleTalk files.
  42.             Set NBP "{MPW}HyperAppleTalk:NBP:"
  43.             Export NBP
  44.  
  45. #    {adsp} - Directory that contains HyperAppleTalk files.
  46.             Set ADSP "{MPW}HyperAppleTalk:ADSP:"
  47.             Export ADSP
  48.  
  49. #    {hpo} - Directory that contains HyperAppleTalk object files.
  50.             Set hpo "{MPW}HyperAppleTalk:o:"
  51.             Export hpo
  52.  
  53. #    {XCMD} - Directory that contains XCMD files.
  54.             Set XCMD "{MPW}XCMDs:"
  55.             Export XCMD
  56.  
  57.  
  58.  
  59.